home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / LNSEFCTS.ZIP / LE_SAMP3.POV < prev    next >
Encoding:
Text File  |  1997-07-18  |  695 b   |  18 lines

  1. // LENS EFFECTS: PREDEFINED EFFECTS SAMPLE 3
  2. // *****************************************
  3. // This scene illustrates the following lens effects:
  4. //
  5. // LEFT: "Diamond" - a purple lens flare with diamond-shaped spots
  6. // TOP-RIGHT: "SoftGlow" - a warm lens flare with a soft glow and spots
  7. // LOWER-RIGHT: "Undersea" - a green lens effect with many rays and
  8. //    a cross shaped streak
  9.  
  10.    #declare effect_location = <-3, 0, 7>
  11.    #declare effect_type = "Diamond" #include "LENS.INC"
  12.  
  13.    #declare effect_location = <3, 3, 10>
  14.    #declare effect_type = "SoftGlow" #include "LENS.INC"
  15.  
  16.    #declare effect_location = <1, -2, 8>
  17.    #declare effect_type = "Undersea" #include "LENS.INC"
  18.